home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 February / PCWELT_2_2006.ISO / Free trials / StickyNote - virtual sticky notes.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-03-04  |  10.3 KB  |  190 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=StickyNote
  4. AppVerName=StickyNote 8.1
  5. AppId=StickyNote
  6. AppPublisher=Tenebril Inc.
  7. AppPublisherURL=http://www.tenebril.com/products/stickynote/index.html
  8. AppSupportURL=http://www.tenebril.com/products/stickynote/index.html
  9. AppUpdatesURL=http://www.tenebril.com/products/stickynote/index.html
  10. AppMutex=StickyNoteProg Class
  11. DefaultDirName={pf}\StickyNote
  12. DefaultGroupName=StickyNote
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{sys}\archlib.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace comparetimestamp 
  21. Source: "{sys}\tenarchlib\datalib.dll"; DestDir: "{sys}\tenarchlib"; Flags: uninsneveruninstall restartreplace comparetimestamp 
  22. Source: "{sys}\tenarchlib\syslib.dll"; DestDir: "{sys}\tenarchlib"; Flags: uninsneveruninstall restartreplace comparetimestamp 
  23. Source: "{sys}\tenarchlib\uilib.dll"; DestDir: "{sys}\tenarchlib"; Flags: uninsneveruninstall restartreplace comparetimestamp 
  24. Source: "{app}\stateye"; DestDir: "{app}"; 
  25. Source: "{app}\anet"; DestDir: "{app}"; 
  26. Source: "{app}\windows"; DestDir: "{app}"; 
  27. Source: "{app}\windows2"; DestDir: "{app}"; 
  28. Source: "{app}\bind.cd"; DestDir: "{app}"; 
  29. Source: "{app}\data"; DestDir: "{app}"; 
  30. Source: "{app}\divers"; DestDir: "{app}"; 
  31. Source: "{app}\globals"; DestDir: "{app}"; 
  32. Source: "{app}\interface"; DestDir: "{app}"; 
  33. Source: "{app}\Intro notes.sn"; DestDir: "{app}"; 
  34. Source: "{app}\license.rtf"; DestDir: "{app}"; 
  35. Source: "{app}\main"; DestDir: "{app}"; 
  36. Source: "{app}\notebook"; DestDir: "{app}"; 
  37. Source: "{app}\notelib.dll"; DestDir: "{app}"; 
  38. Source: "{app}\addbooklib.dll"; DestDir: "{app}"; 
  39. Source: "{app}\notepages"; DestDir: "{app}"; 
  40. Source: "{app}\notes"; DestDir: "{app}"; 
  41. Source: "{app}\optpages"; DestDir: "{app}"; 
  42. Source: "{app}\rbin"; DestDir: "{app}"; 
  43. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  44. Source: "{app}\reslib.dll"; DestDir: "{app}"; 
  45. Source: "{app}\server"; DestDir: "{app}"; 
  46. Source: "{app}\StickyNote.exe"; DestDir: "{app}"; 
  47. Source: "{app}\system"; DestDir: "{app}"; 
  48. Source: "{app}\sndivers"; DestDir: "{app}"; 
  49. Source: "{app}\swindows"; DestDir: "{app}"; 
  50. Source: "{app}\sounds"; DestDir: "{app}"; 
  51. Source: "{app}\thread"; DestDir: "{app}"; 
  52. Source: "{app}\manager"; DestDir: "{app}"; 
  53. Source: "{app}\netwin"; DestDir: "{app}"; 
  54. Source: "{app}\sysEx"; DestDir: "{app}"; 
  55. Source: "{app}\treeEx"; DestDir: "{app}"; 
  56. Source: "{app}\listEx"; DestDir: "{app}"; 
  57. Source: "{app}\handlers"; DestDir: "{app}"; 
  58. Source: "{app}\dlgspur"; DestDir: "{app}"; 
  59. Source: "{app}\wizardpur"; DestDir: "{app}"; 
  60. Source: "{app}\Tips.tip"; DestDir: "{app}"; 
  61. Source: "{app}\eselllib.dll"; DestDir: "{app}"; 
  62. Source: "{sys}\eSellerateEngine.dll"; DestDir: "{sys}"; 
  63. Source: "{app}\help\addressbook.gif"; DestDir: "{app}\help"; 
  64. Source: "{app}\help\advanced.gif"; DestDir: "{app}\help"; 
  65. Source: "{app}\help\bookmenu.gif"; DestDir: "{app}\help"; 
  66. Source: "{app}\help\browsenotebooks.gif"; DestDir: "{app}\help"; 
  67. Source: "{app}\help\defnote.gif"; DestDir: "{app}\help"; 
  68. Source: "{app}\help\deletenotes.gif"; DestDir: "{app}\help"; 
  69. Source: "{app}\help\filemenu.gif"; DestDir: "{app}\help"; 
  70. Source: "{app}\help\findnotes.gif"; DestDir: "{app}\help"; 
  71. Source: "{app}\help\header.gif"; DestDir: "{app}\help"; 
  72. Source: "{app}\help\intro.gif"; DestDir: "{app}\help"; 
  73. Source: "{app}\help\item.gif"; DestDir: "{app}\help"; 
  74. Source: "{app}\help\mainmenu.gif"; DestDir: "{app}\help"; 
  75. Source: "{app}\help\manager.gif"; DestDir: "{app}\help"; 
  76. Source: "{app}\help\manager.html"; DestDir: "{app}\help"; 
  77. Source: "{app}\help\networkset.gif"; DestDir: "{app}\help"; 
  78. Source: "{app}\help\note1.gif"; DestDir: "{app}\help"; 
  79. Source: "{app}\help\note2.gif"; DestDir: "{app}\help"; 
  80. Source: "{app}\help\note3.gif"; DestDir: "{app}\help"; 
  81. Source: "{app}\help\notealarm.gif"; DestDir: "{app}\help"; 
  82. Source: "{app}\help\noteappearance.gif"; DestDir: "{app}\help"; 
  83. Source: "{app}\help\notecolor.gif"; DestDir: "{app}\help"; 
  84. Source: "{app}\help\noteexpiration.gif"; DestDir: "{app}\help"; 
  85. Source: "{app}\help\notefont.gif"; DestDir: "{app}\help"; 
  86. Source: "{app}\help\notemenu.gif"; DestDir: "{app}\help"; 
  87. Source: "{app}\help\notepassword.gif"; DestDir: "{app}\help"; 
  88. Source: "{app}\help\noteprofile.gif"; DestDir: "{app}\help"; 
  89. Source: "{app}\help\notesendto.gif"; DestDir: "{app}\help"; 
  90. Source: "{app}\help\notesettings.gif"; DestDir: "{app}\help"; 
  91. Source: "{app}\help\notetoolbar.gif"; DestDir: "{app}\help"; 
  92. Source: "{app}\help\options.gif"; DestDir: "{app}\help"; 
  93. Source: "{app}\help\pingwnd.gif"; DestDir: "{app}\help"; 
  94. Source: "{app}\help\printnotes.gif"; DestDir: "{app}\help"; 
  95. Source: "{app}\help\profile.gif"; DestDir: "{app}\help"; 
  96. Source: "{app}\help\proginfo.gif"; DestDir: "{app}\help"; 
  97. Source: "{app}\help\recycle.gif"; DestDir: "{app}\help"; 
  98. Source: "{app}\help\reg0.gif"; DestDir: "{app}\help"; 
  99. Source: "{app}\help\reg1.gif"; DestDir: "{app}\help"; 
  100. Source: "{app}\help\reg2.gif"; DestDir: "{app}\help"; 
  101. Source: "{app}\help\reg3.gif"; DestDir: "{app}\help"; 
  102. Source: "{app}\help\reg4.gif"; DestDir: "{app}\help"; 
  103. Source: "{app}\help\reg5.gif"; DestDir: "{app}\help"; 
  104. Source: "{app}\help\reg6.gif"; DestDir: "{app}\help"; 
  105. Source: "{app}\help\reg7.gif"; DestDir: "{app}\help"; 
  106. Source: "{app}\help\save.gif"; DestDir: "{app}\help"; 
  107. Source: "{app}\help\savenotebook.gif"; DestDir: "{app}\help"; 
  108. Source: "{app}\help\settings.gif"; DestDir: "{app}\help"; 
  109. Source: "{app}\help\shownotes.gif"; DestDir: "{app}\help"; 
  110. Source: "{app}\help\sounds.gif"; DestDir: "{app}\help"; 
  111. Source: "{app}\help\system.gif"; DestDir: "{app}\help"; 
  112. Source: "{app}\help\systray.gif"; DestDir: "{app}\help"; 
  113. Source: "{app}\help\webmenu.gif"; DestDir: "{app}\help"; 
  114. Source: "{app}\help\addressbook.html"; DestDir: "{app}\help"; 
  115. Source: "{app}\help\advanced.html"; DestDir: "{app}\help"; 
  116. Source: "{app}\help\defnote.html"; DestDir: "{app}\help"; 
  117. Source: "{app}\help\deletenotes.html"; DestDir: "{app}\help"; 
  118. Source: "{app}\help\exit.html"; DestDir: "{app}\help"; 
  119. Source: "{app}\help\faq.html"; DestDir: "{app}\help"; 
  120. Source: "{app}\help\filemenu.html"; DestDir: "{app}\help"; 
  121. Source: "{app}\help\findnotes.html"; DestDir: "{app}\help"; 
  122. Source: "{app}\help\howstart.html"; DestDir: "{app}\help"; 
  123. Source: "{app}\help\index.html"; DestDir: "{app}\help"; 
  124. Source: "{app}\help\mainmenu.html"; DestDir: "{app}\help"; 
  125. Source: "{app}\help\networkset.html"; DestDir: "{app}\help"; 
  126. Source: "{app}\help\notealarm.html"; DestDir: "{app}\help"; 
  127. Source: "{app}\help\noteappearance.html"; DestDir: "{app}\help"; 
  128. Source: "{app}\help\noteattach.html"; DestDir: "{app}\help"; 
  129. Source: "{app}\help\notebitmap.html"; DestDir: "{app}\help"; 
  130. Source: "{app}\help\notebookmenu.html"; DestDir: "{app}\help"; 
  131. Source: "{app}\help\notecolor.html"; DestDir: "{app}\help"; 
  132. Source: "{app}\help\notedelete.html"; DestDir: "{app}\help"; 
  133. Source: "{app}\help\noteexpiration.html"; DestDir: "{app}\help"; 
  134. Source: "{app}\help\notefile.html"; DestDir: "{app}\help"; 
  135. Source: "{app}\help\notefont.html"; DestDir: "{app}\help"; 
  136. Source: "{app}\help\notemenu.html"; DestDir: "{app}\help"; 
  137. Source: "{app}\help\notepassword.html"; DestDir: "{app}\help"; 
  138. Source: "{app}\help\noteprofile.html"; DestDir: "{app}\help"; 
  139. Source: "{app}\help\noteprops.html"; DestDir: "{app}\help"; 
  140. Source: "{app}\help\notesendto.html"; DestDir: "{app}\help"; 
  141. Source: "{app}\help\notesettings.html"; DestDir: "{app}\help"; 
  142. Source: "{app}\help\notetoolbar.html"; DestDir: "{app}\help"; 
  143. Source: "{app}\help\options.html"; DestDir: "{app}\help"; 
  144. Source: "{app}\help\printnotes.html"; DestDir: "{app}\help"; 
  145. Source: "{app}\help\profile.html"; DestDir: "{app}\help"; 
  146. Source: "{app}\help\proginfo.html"; DestDir: "{app}\help"; 
  147. Source: "{app}\help\recycle.html"; DestDir: "{app}\help"; 
  148. Source: "{app}\help\register.html"; DestDir: "{app}\help"; 
  149. Source: "{app}\help\save.html"; DestDir: "{app}\help"; 
  150. Source: "{app}\help\sendfeedback.html"; DestDir: "{app}\help"; 
  151. Source: "{app}\help\settings.html"; DestDir: "{app}\help"; 
  152. Source: "{app}\help\shownotes.html"; DestDir: "{app}\help"; 
  153. Source: "{app}\help\sounds.html"; DestDir: "{app}\help"; 
  154. Source: "{app}\help\system.html"; DestDir: "{app}\help"; 
  155. Source: "{app}\help\usingnote.html"; DestDir: "{app}\help"; 
  156. Source: "{app}\help\webmenu.html"; DestDir: "{app}\help"; 
  157. Source: "{app}\help\notify.html"; DestDir: "{app}\help"; 
  158. Source: "{app}\help\stick.html"; DestDir: "{app}\help"; 
  159. Source: "{app}\help\notestick.html"; DestDir: "{app}\help"; 
  160. Source: "{app}\help\hiddenvsdeleted.html"; DestDir: "{app}\help"; 
  161. Source: "{app}\help\mpassword.html"; DestDir: "{app}\help"; 
  162. Source: "{app}\help\mpassword.gif"; DestDir: "{app}\help"; 
  163. Source: "{app}\help\mpassword2.gif"; DestDir: "{app}\help"; 
  164. Source: "{app}\help\networkdiag.html"; DestDir: "{app}\help"; 
  165. Source: "{app}\help\phoneorder.html"; DestDir: "{app}\help"; 
  166. Source: "{app}\help\faxorder.html"; DestDir: "{app}\help"; 
  167. Source: "{app}\help\orderimgs\hr.gif"; DestDir: "{app}\help\orderimgs"; 
  168. Source: "{app}\help\orderimgs\logo__1_.gif"; DestDir: "{app}\help\orderimgs"; 
  169. Source: "{app}\help\orderimgs\PfoStyles.css"; DestDir: "{app}\help\orderimgs"; 
  170. Source: "{app}\help\orderimgs\Powered.gif"; DestDir: "{app}\help\orderimgs"; 
  171. [Dirs]
  172. Name: "{app}\attach"; 
  173. [Registry]
  174. Root: HKCR; Subkey: "TMPSN file"; Flags: uninsdeletekey 
  175. [Run]
  176. Filename: "{app}\StickyNote.exe"; Description: "Launch StickyNote"; Flags: postinstall skipifsilent nowait
  177. [UninstallRun]
  178. Filename: "{app}\StickyNote.exe"; Parameters: "uninstall"; 
  179. [Icons]
  180. Name: "{group}\StickyNote"; Filename: "{app}\StickyNote.exe"; 
  181. Name: "{group}\StickyNote Help"; Filename: "{app}\help\index.html"; 
  182. Name: "{userstartup}\StickyNote"; Filename: "{app}\StickyNote.exe"; Tasks: startupicon; 
  183. Name: "{userdesktop}\StickyNote"; Filename: "{app}\StickyNote.exe"; Tasks: desktopicon; 
  184. [Tasks]
  185. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  186. Name: "startupicon"; Description: "Create a &startup icon"; GroupDescription: "Additional icons:"; 
  187. [UninstallDelete]
  188. Type: files; Name: "{app}\settings.dat"; 
  189. Type: dirifempty; Name: "{app}"; 
  190.